home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / stunnel-4.04 / _src / tools / importCA.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2002-07-18  |  105 b   |  6 lines

  1. #!/bin/bash
  2.  
  3. echo "Content-type: application/x-x509-ca-cert"
  4. echo
  5. cat /var/lib/httpds/cgi-bin/cacert.pem
  6.